prepare("delete from section where sn = $id") ; if($sql->execute()) { $act = $adm."deleted a Department" ; $user->monitor($act) ; header("location: regsections.php") ; } ?>